OptionalInt

abstract class OptionalInt : OptionalValue

An optional integer value.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getValue(): Int
Gets the current value.
Link copied to clipboard
abstract fun isAvailable(): Boolean
Tells whether the value is currently available.